home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
Biomorph 0.77
/
Biomorph src
/
morphutils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-28
|
243 b
|
16 lines
|
[
TEXT/ALFA
]
#ifndef MORPHUTILS_H
#define MORPHUTILS_H
/*****************
** morphutils.h
**
** function prototypes for the 'morf' resource utilities
******************/
void MorphAddRes(void);
void MorphDelRes(void);
void MorphClearProc(void);
#endif